home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
util
/
sys
/
Mu680x0Libs.lha
/
Mu680x0Libs
/
Include
/
clib
/
68040_protos.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
2001-03-30
|
384 b
|
25 lines
#ifndef CLIB_68040_PROTOS_H
#define CLIB_68040_PROTOS_H
/*
** $VER: 68040_protos.h 40.2 (31.10.99)
** Includes Release 40.2
**
** C prototypes.
**
** © 1999 THOR-Software (Thomas Richter)
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_68040_H
#include <libraries/68040.h>
#endif
ULONG FPUControl(ULONG flags,ULONG mask);
#endif